DeleteSingletonElementOf
Type
statement
Summary
Deletes the element at index Index in Target.
Syntax
delete element <Index> of <Target>
Description
Removes the element at the given index from the list.
note
It is an error if either Index is out of range.
Parameters
Name | Type | Description |
---|---|---|
Index | An expression which evaluates to a valid integer index of Target. | |
Target | A list container. |